Skip to content

Bump jodit from 4.11.15 to 4.12.2#1154

Merged
bdukes merged 1 commit intomasterfrom
dependabot/npm_and_yarn/jodit-4.12.2
Apr 1, 2026
Merged

Bump jodit from 4.11.15 to 4.12.2#1154
bdukes merged 1 commit intomasterfrom
dependabot/npm_and_yarn/jodit-4.12.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps jodit from 4.11.15 to 4.12.2.

Changelog

Sourced from jodit's changelog.

Changelog

Tags:

  • 💥 [Breaking Change]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

4.12.0

🚀 New Feature

  • Add Jodit.configure() static method for deep-merging partial options into global defaults without losing existing keys. Previously, overriding nested defaults like controls or createAttributes required setting each property individually. Now you can patch only the keys you need:

    // Add a button without losing existing controls
    Jodit.configure({
      controls: {
        myButton: { icon: 'pencil', command: 'selectall' }
      }
    });
    // Partially update createAttributes
    Jodit.configure({
    createAttributes: {
    div: { class: 'my-class' }
    }
    });

🏠 Internal

  • Upgrade TypeScript from 5.9 to 6.0
  • Replace ts-node with tsx for running TypeScript tooling scripts
  • Add ignoreDeprecations: "6.0" to tsconfig files for TS 6 compatibility
  • Add declare module '*.less' for TS 6 stricter side-effect import checks
  • Fix --update-snapshots flag not being passed to Playwright in make screenshots-update
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jodit](https://github.com/xdan/jodit) from 4.11.15 to 4.12.2.
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](xdan/jodit@4.11.15...4.12.2)

---
updated-dependencies:
- dependency-name: jodit
  dependency-version: 4.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
@bdukes bdukes merged commit dcf8eca into master Apr 1, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jodit-4.12.2 branch April 1, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant